home *** CD-ROM | disk | FTP | other *** search
- object FrmFullVersion: TFrmFullVersion
- Left = 211
- Top = 114
- ActiveControl = btnHowToGetIt
- BorderIcons = [biMinimize, biMaximize]
- BorderStyle = bsDialog
- Caption = 'Please register !'
- ClientHeight = 312
- ClientWidth = 315
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Image2: TImage
- Left = 8
- Top = 8
- Width = 297
- Height = 75
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- OnClick = btnGetItNowClick
- end
- object Label1: TLabel
- Left = 32
- Top = 88
- Width = 247
- Height = 26
- Caption =
- 'Buy your own personal registration code for HTMLtool for only $1' +
- '5 to receive:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Memo1: TMemo
- Left = 32
- Top = 120
- Width = 265
- Height = 41
- BorderStyle = bsNone
- Color = clBtnFace
- Lines.Strings = (
- '- the full version without any nag-screens or limitations'
- '- full support via e-mail e.g. when you got trouble'
- ' installing or using the software')
- ReadOnly = True
- TabOrder = 4
- WantReturns = False
- WordWrap = False
- end
- object btnTry: TButton
- Left = 8
- Top = 280
- Width = 297
- Height = 25
- Caption = 'I am still evaluating'
- ModalResult = 1
- TabOrder = 3
- end
- object btnHowToGetIt: TButton
- Left = 8
- Top = 176
- Width = 297
- Height = 25
- Caption = 'How can I get it ?'
- Default = True
- TabOrder = 0
- OnClick = btnHowToGetItClick
- end
- object btnGetItNow: TButton
- Left = 8
- Top = 208
- Width = 297
- Height = 25
- Caption = 'Get it now (requires internet connection)'
- TabOrder = 1
- OnClick = btnGetItNowClick
- end
- object btnRegistrationCode: TButton
- Left = 8
- Top = 240
- Width = 297
- Height = 25
- Caption = 'Enter registration code'
- TabOrder = 2
- OnClick = btnRegistrationCodeClick
- end
- end
-